home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Presentations / Presentations ’97 / Sessions ’97 / Multiplatform Code⁄Data Sharing / HelloBothWorlds / Libraries / UnivPictLoader.h < prev   
Encoding:
Text File  |  1997-06-26  |  457 b   |  20 lines  |  [TEXT/CWIE]

  1.  
  2. // mail <chelly@eden.com> or surf http://www.eden.com/~chelly for feedback
  3. // free source code - do whatever you like with it
  4.  
  5. // loader for graphic elements that uses either mac or universal pictures
  6.  
  7. #ifndef UnivPictLoader_H
  8. #define UnivPictLoader_H
  9.  
  10. #include "common.h"
  11.  
  12. // Graphic Elements
  13. #include "DispCtrl.h"
  14.  
  15. GE_CALLBACK( Boolean, LoadUnivPictElement)( GEWorldPtr world, GrafElPtr element,
  16.                                         short startResNum, short nResources );
  17.  
  18. #endif
  19.  
  20.